Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor code based on feedbackfix/admin-integrations | James Lopez | 2017-05-05 | 3 | -15/+17 |
| | |||||
* | refactor code based on feedback | James Lopez | 2017-05-05 | 2 | -2/+2 |
| | |||||
* | refactor code based on feedback | James Lopez | 2017-05-05 | 8 | -47/+34 |
| | |||||
* | add callbacks in bulk | James Lopez | 2017-05-05 | 2 | -6/+42 |
| | |||||
* | bulk insert FTW - This would introduce more complexity, but should be faster | James Lopez | 2017-05-05 | 2 | -7/+41 |
| | |||||
* | use select_values | James Lopez | 2017-05-05 | 1 | -2/+2 |
| | |||||
* | fixed all issues - not doing bulk create. | James Lopez | 2017-05-05 | 2 | -7/+15 |
| | |||||
* | refactor propagate service to use batch inserts and subquery instead of left ↵ | James Lopez | 2017-05-05 | 1 | -6/+26 |
| | | | | join | ||||
* | refactor a few things based on feedback | James Lopez | 2017-05-04 | 8 | -48/+45 |
| | |||||
* | add more examples for testing SQL | James Lopez | 2017-05-04 | 1 | -0/+30 |
| | |||||
* | fix service spec | James Lopez | 2017-05-04 | 2 | -3/+3 |
| | |||||
* | fix service spec | James Lopez | 2017-05-04 | 2 | -6/+7 |
| | |||||
* | update lease timeout | James Lopez | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | refactor worker into service | James Lopez | 2017-05-04 | 4 | -63/+110 |
| | |||||
* | fix sidekiq spec, add changelog | James Lopez | 2017-05-04 | 2 | -0/+5 |
| | |||||
* | add propagate service worker and updated spec and controller | James Lopez | 2017-05-03 | 4 | -7/+73 |
| | |||||
* | added worker spec | James Lopez | 2017-05-03 | 1 | -0/+36 |
| | |||||
* | add service spec | James Lopez | 2017-05-03 | 1 | -0/+26 |
| | |||||
* | Merge branch '29836-try-waiting-for-ajax-in-addition-to-requests' into 'master' | Sean McGivern | 2017-05-03 | 2 | -2/+13 |
|\ | | | | | | | | | | | | | Wait for AJAX requests at the JS level in addition to wait for requests at the middleware level Closes #29836 See merge request !10688 | ||||
| * | Ensure Spinach features with JS waits for requests to complete29836-try-waiting-for-ajax-in-addition-to-requests | Rémy Coutable | 2017-04-26 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Wait for AJAX requests at the JS level in addition to wait for requests at ↵ | Rémy Coutable | 2017-04-26 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | the middleware level Hopefully, this can solve transient failures such as https://gitlab.com/gitlab-org/gitlab-ce/issues/29836. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch 'docs/pipeline-grouping' into 'master' | Sean Packham (GitLab) | 2017-05-03 | 6 | -10/+145 |
|\ \ | | | | | | | | | | | | | | | | | | | Document pipeline grouping Closes #28317 and #29176 See merge request !10969 | ||||
| * | | Document sorting of jobs in pipelines graphdocs/pipeline-grouping | Achilleas Pipinellis | 2017-04-28 | 2 | -2/+27 |
| | | | |||||
| * | | Document pipeline grouping | Achilleas Pipinellis | 2017-04-28 | 5 | -8/+118 |
| | | | |||||
* | | | Merge branch 'docs/wikis' into 'master' | Sean Packham (GitLab) | 2017-05-03 | 8 | -1/+100 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Document wikis Closes #7028 See merge request !11041 | ||||
| * | | | Create the rest of the wiki docsdocs/wikis | Achilleas Pipinellis | 2017-05-03 | 6 | -5/+51 |
| | | | | |||||
| * | | | Fill in information about creating the wiki Home page | Achilleas Pipinellis | 2017-05-03 | 4 | -11/+46 |
| | | | | |||||
| * | | | Move wiki doc to its own index page | Achilleas Pipinellis | 2017-05-03 | 1 | -0/+0 |
| | | | | |||||
| * | | | Create initial file for Wiki documentation | De Wet Blomerus | 2017-05-03 | 1 | -0/+18 |
| | | | | |||||
* | | | | Merge branch ↵ | Phil Hughes | 2017-05-03 | 8 | -14/+68 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31057-unnecessary-padding-along-left-side-of-assignees-dropdown' into 'master' Resolve "Unnecessary padding along left side of assignees dropdown" Closes #31057 See merge request !10767 | ||||
| * | | | Default to null user when asignee is unselected31057-unnecessary-padding-along-left-side-of-assignees-dropdown | Sam Rose | 2017-05-02 | 4 | -12/+22 |
| | | | | | | | | | | | | | | | | | | | | Also implemented same behavior on the Issue Boards assignee block. Fixed the default state for search/filter dropdown for issuables. | ||||
| * | | | Add option to select the null user as the default | Sam Rose | 2017-04-29 | 2 | -3/+5 |
| | | | | |||||
| * | | | Display check next to assigned user in dropdown | Sam Rose | 2017-04-28 | 5 | -5/+47 |
| | | | | |||||
* | | | | Merge branch 'fix-gitaly-not-found' into 'master' | Douwe Maan | 2017-05-02 | 3 | -79/+92 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Re-enable ref operations with gitaly after not-found fix See merge request !10773 | ||||
| * | | | | Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-found | Alejandro Rodríguez | 2017-05-02 | 3 | -79/+92 |
| | | | | | |||||
* | | | | | Merge branch 'rs-described_class-cop-2' into 'master' | Douwe Maan | 2017-05-02 | 42 | -144/+145 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Enable `RSpec/DescribedClass` cop and correct violations See merge request !10930 | ||||
| * | | | | | Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2 | Robert Speicher | 2017-05-01 | 40 | -141/+141 |
| | | | | | | |||||
| * | | | | | Enable `RSpec/DescribedClass` cop | Robert Speicher | 2017-05-01 | 2 | -3/+4 |
| | | | | | | |||||
* | | | | | | Merge branch 'remove-unused-initializer' into 'master' | Douwe Maan | 2017-05-02 | 1 | -5/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused initializer See merge request !11036 | ||||
| * | | | | | | Remove unused initializerremove-unused-initializer | Sean McGivern | 2017-05-02 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't appear to have an `active_record_query_trace` dependency any more. | ||||
* | | | | | | | Merge branch '30272-bvl-reject-more-namespaces' into 'master' | Douwe Maan | 2017-05-02 | 34 | -135/+1624 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reject more reserved paths Closes #30272 See merge request !10413 | ||||
| * | | | | | | | Don't validate reserved words if the format doesn't match30272-bvl-reject-more-namespaces | Bob Van Landuyt | 2017-05-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because it also won't match the sophisticated format we have for detecting reserved names. We don't want to confuse the user with 2 error messages | ||||
| * | | | | | | | Refresh the markdown cache if it was `nil` | Bob Van Landuyt | 2017-05-02 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the cached html_field for a markdown_field is `nil` while the mfarkdown_field is not, it needs to be refreshed. | ||||
| * | | | | | | | Add some documentation for the new migration helpers | Bob Van Landuyt | 2017-05-02 | 1 | -0/+25 |
| | | | | | | | | |||||
| * | | | | | | | Update comments | Bob Van Landuyt | 2017-05-02 | 2 | -5/+26 |
| | | | | | | | | |||||
| * | | | | | | | Add a better error message when a certain path is missing | Bob Van Landuyt | 2017-05-02 | 1 | -3/+34 |
| | | | | | | | | |||||
| * | | | | | | | Update path validation & specs | Bob Van Landuyt | 2017-05-02 | 2 | -16/+58 |
| | | | | | | | | |||||
| * | | | | | | | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidator | Bob Van Landuyt | 2017-05-02 | 4 | -28/+34 |
| | | | | | | | | |||||
| * | | | | | | | Rename child namespaces in migrationhelpers | Bob Van Landuyt | 2017-05-01 | 5 | -16/+40 |
| | | | | | | | | |||||
| * | | | | | | | Reject group-routes as names of child namespaces | Bob Van Landuyt | 2017-05-01 | 5 | -43/+147 |
| | | | | | | | |