- 12 May, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 05 May, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 04 May, 2017 1 commit
-
-
James Lopez authored
-
- 03 May, 2017 1 commit
-
-
James Lopez authored
-
- 28 Apr, 2017 2 commits
-
-
Luke "Jared" Bennett authored
-
Alexander Randa authored
-
- 25 Apr, 2017 1 commit
-
-
Kushal Pandya authored
-
- 20 Apr, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 18 Apr, 2017 1 commit
-
-
Stan Hu authored
Before deleting a user via a SpamLog would just call `user.destroy`, which may omit other things that need to be cleaned up.
-
- 14 Apr, 2017 6 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
This table shows the percentage of users who registered in the last twelve months, who last signed in during or later than each of those twelve months, by month. It is only enabled when the usage ping is enabled, and the page also shows pretty-printed usage ping data. The cohorts table is generated in Ruby from some basic SQL queries, because performing the gap-filling and running sums needed in both MySQL and Postgres is painful.
-
Sean McGivern authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
-
Sean McGivern authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
-
- 09 Apr, 2017 1 commit
-
-
blackst0ne authored
-
- 06 Apr, 2017 2 commits
-
-
Markus Koller authored
-
Jacopo authored
Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options.
-
- 03 Apr, 2017 1 commit
-
-
Adam Niedzielski authored
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
-
- 02 Apr, 2017 1 commit
-
-
Stan Hu authored
See !10263
-
- 31 Mar, 2017 1 commit
-
-
Sebastian Reitenbach authored
infos on admin->monitoring->background
-
- 29 Mar, 2017 1 commit
-
-
Dongqing Hu authored
-
- 28 Mar, 2017 1 commit
-
-
Sebastian Reitenbach authored
of unlimited width if they cannot detect terminal size, therefore force unlimited terminal size when checking processes via ps.
-
- 27 Mar, 2017 1 commit
-
-
George Andrinopoulos authored
-
- 23 Mar, 2017 1 commit
-
-
Toon Claes authored
The ApplicationSetting#restricted_visibility_levels= now takes care of converting string formatted levels to integers.
-
- 22 Mar, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 20 Mar, 2017 1 commit
-
-
Toon Claes authored
With the changes in Gitlab::VisibilityLevel it is no longer needed to explicit conversion to Integer in the controller itself.
-
- 18 Mar, 2017 1 commit
-
-
Stan Hu authored
Due to a Rails bug, fetching the application settings from Redis may prevent the attribute methods from being loaded for the `ApplicationSetting` model. More details here: https://github.com/rails/rails/issues/27348 There was also a secondary problem introduced by overriding these association methods which caused all default visibility levels to be set to `nil`. Before, the previous implementation allowed the string "20" to be saved as an integer, while now a table lookup happens before that. We fix this by enforcing the integer value in the controller and default to PRIVATE. Closes #29674
-
- 09 Mar, 2017 3 commits
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
- 07 Mar, 2017 2 commits
-
-
Sean McGivern authored
de37dcee was a manual merge, which meant it didn't have a build, so I broke master :-(
-
Markus Koller authored
-
- 06 Mar, 2017 2 commits
-
-
Tiago Botelho authored
-
Pawel Chojnacki authored
-
- 03 Mar, 2017 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Dmitriy Zaporozhets authored
Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Mar, 2017 1 commit
-
-
Tiago Botelho authored
-
- 28 Feb, 2017 1 commit
-
-
Tiago Botelho authored
-