- 07 Mar, 2017 40 commits
-
-
Alfredo Sumaran authored
Align bulk update issues button to the right Closes #18962 See merge request !8591
-
Rémy Coutable authored
-
Regis authored
[ci skip]
-
Annabel Dunstone Gray authored
consistent padding on new MR panels Closes #28230 See merge request !9568
-
Yorick Peterse authored
Add cop to ensure reversibility of add_concurrent_index See merge request !9771
-
Rémy Coutable authored
Refactor dropdown_assignee_spec Closes #27568 See merge request !9711
-
George Andrinopoulos authored
-
Douwe Maan authored
Fix access token specs See merge request !9776
-
Kamil Trzciński authored
Rename BUILD to JOB in CI Variables Closes #29053 See merge request !9756
-
Douwe Maan authored
-
Sean McGivern authored
de37dcee was a manual merge, which meant it didn't have a build, so I broke master :-(
-
Robert Speicher authored
Swallow collection errors in RspecProfiling Closes #29005 See merge request !9765
-
Kamil Trzciński authored
Namespace can have only one chat team See merge request !9769
-
Sean McGivern authored
Rename priority sorting option to label priority See merge request !9746
-
Dimitrie Hoekstra authored
-
Sean McGivern authored
Merge branch '26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages' into 'master' Resolve "Combine Deploy Keys and Push Rules and Mirror Repository and Protect Branches settings pages" Closes #26732 See merge request !8731
-
Douwe Maan authored
Ensure uploads are not cached without revalidation Closes #27936 See merge request !9453
-
Rémy Coutable authored
Added Prometheus Service and Prometheus graphs See merge request !8935
-
Kamil Trzciński authored
-
Sean McGivern authored
Update storage settings to allow extra values per shard See merge request !9597
-
James Lopez authored
Change project count limit from 10 to 100000 See merge request !9767
-
Kamil Trzciński authored
Deprecate usage of `types` CI/CD configuration entry See merge request !9766
-
Z.J. van de Weg authored
-
Nick Thomas authored
-
Sean McGivern authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Annabel Dunstone Gray authored
don't underline clicked links in Notes header Closes #28559 See merge request !9753
-
Z.J. van de Weg authored
Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped.
-
Douwe Maan authored
#26790 whitelist style attribute in event_note Closes #26790 See merge request !9155
-
Annabel Dunstone Gray authored
fix Jobs header height - only set fixed size for rows Closes #28835 See merge request !9752
-
Z.J. van de Weg authored
-
Markus Koller authored
-
Markus Koller authored
-
Grzegorz Bizon authored
-
Markus Koller authored
Gitlab::Auth and API::APIGuard already check for at least one valid scope on personal access tokens, so if the scopes are empty the token will always fail validation.
-
Markus Koller authored
-
Markus Koller authored
Gitlab::Auth.find_with_user_password is currently used in these places: - resource_owner_from_credentials in config/initializers/doorkeeper.rb, which is used for the OAuth Resource Owner Password Credentials flow - the /session API call in lib/api/session.rb, which is used to reveal the user's current authentication_token In both cases users should only be authenticated if they're in the active state.
-
Regis Freyd authored
-
Markus Koller authored
-